discoverTypes.hasField

Undocumented in source.
template discoverTypes(Ts...)
static if(!(Ts.length == 0))
static if(Ts.length == 1)
static if(!(!isAggregateType!T && !(is(T == class))))
static if(!(is(T : Nullable!P, P)))
alias hasField(string name) = hasMember!(T, name)

Meta